JavaScript
{dialog.object}formViewSetLayout Method
Syntax
{dialog.Object}.formViewSetLayout(UXformViewControlId,layoutName)
Arguments
- UXformViewControlId
FormView control's ID.
- layoutName
The name of the layout. Defined in the FormView Builder.
Description
Displays the specified layout. (Assumes that when the FormView was defined, multiple layouts were defined).
See Also